home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000371_harfst@cms-stl.com_Wed Feb 13 17:22:13 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  39 lines

  1. Article: 13215 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: harfst@cms-stl.com (David L. Harfst)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if syntax change
  6. Date: 13 Feb 2002 14:14:22 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 20
  9. Message-ID: <26dc2188.0202131414.3a4618c5@posting.google.com>
  10. References: <26dc2188.0202081336.79eb8459@posting.google.com> <26dc2188.0202110943.62504aec@posting.google.com> <a491sp$85l$1@watsol.cc.columbia.edu> <26dc2188.0202131131.7ec3359f@posting.google.com> <a4efm0$ce9$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 66.136.168.97
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1013638463 23748 127.0.0.1 (13 Feb 2002 22:14:23 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 13 Feb 2002 22:14:23 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13215
  18.  
  19. Thanks, Frank.  Works good now. 
  20.  
  21. fdc@columbia.edu (Frank da Cruz) wrote in message news:<a4efm0$ce9$1@watsol.cc.columbia.edu>...
  22. > In article <26dc2188.0202131131.7ec3359f@posting.google.com>,
  23. > David L. Harfst <harfst@cms-stl.com> wrote:
  24. > : Try this:
  25. > : 
  26. > : def FastBlazer {
  27. > :   set modem type telebit
  28. > :   xif EQUAL "\$(SPEED)" "14400" {
  29. > :     set modem command init-string AT&F%S0*M10*W4M0X6V1\{13}
  30. > :   }
  31. > : }
  32. > : FastBlazer
  33. > : 
  34. > OK, you got me.  Subtle parsing error.  Use this form:
  35. >   set modem command init-string AT&F%S0*M10*W4M0X6V1\13
  36. > - Frank
  37.